func go/types.intersectTermLists

2 uses

	go/types (current package)
		typeset.go#L313: 		allTerms, allComparable = intersectTermLists(allTerms, allComparable, terms, comparable)
		typeset.go#L342: func intersectTermLists(xterms termlist, xcomp bool, yterms termlist, ycomp bool) (termlist, bool) {